Determines whether the values in this set are the same as the ones in a given array.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.4 (in C1.Silverlight.Olap.4.dll)

Syntax

C#
public bool SameValues(
	T[] values
)
Visual Basic
Public Function SameValues ( _
	values As T() _
) As Boolean

Parameters

values
Type: array<T>[]()[][]
Array containing the values to compare.

Return Value

True if the values in this set are the same as the ones in the values array.

See Also